github.com/kr/text.indentWriter.bol (field)

5 uses

	github.com/kr/text (current package)
		indent.go#L31: 	bol bool
		indent.go#L45: 		bol: true,
		indent.go#L52: 		if w.bol {
		indent.go#L65: 		w.bol = c == '\n'
		indent.go#L66: 		if w.bol {